home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e193 / 0150ter2._xe / WINDOWS.EXE / WINDOWS.DOC < prev   
Text File  |  1994-08-17  |  2KB  |  71 lines

  1.  
  2. NOTE: It seems like "Windows 3.11 for Workgroups" does not need any of
  3.       the following changes.
  4.  
  5. Windows 3.1 installation tips
  6. =============================
  7.  
  8. To use Terminate with windows we provide a TERMINAT.PIF and a TERMINAT.ICO.
  9. But you must also make some adjustments to the windows setup first.
  10.  
  11. Edit SYSTEM.INI
  12.  
  13. Under [386Enh]:
  14.  
  15. Com1AutoAssign=0
  16.  
  17. Under the windows menu: Main / Control Panel / 386 Enhanced
  18.  
  19. You should read NEVER WARN at the comport you use.
  20.  
  21. The comport used for modem must not be autoassigned by windows. If you
  22. use COM4, just enter Com4AutoAssign=0
  23.  
  24. Change the values to match the correct address for the comports.
  25.  
  26. COM1BASE=3F8h
  27. COM2BASE=2F8h
  28. COM3BASE=3E8h
  29. COM4BASE=2E8h
  30.  
  31. Other values that can be changed, try reading the docs for windows.
  32.  
  33. COMIrqSharing=true (This has only effect on EISA and Microchannel machines)
  34. COMBoostTime=10
  35. COM1Buffer=1024
  36. COM2Buffer=1024
  37. COM3Buffer=1024
  38. COM4Buffer=1024
  39.  
  40. If your modem has a 16550 UART you also have to install another
  41. communication driver to support 16550 UART FIFO in DOS-windows.
  42. Use a driver like CHCOMB.386 (CHCOMB.ARJ which can be downloaded from DAN BBS.
  43.  
  44. To use the soundblaster card enter under [386Enh]:
  45. DMABUFFERSIZE=059
  46.  
  47. If you have many problems using the Windows coms-driver you could use the
  48. communication ports directly by changing WIN.INI to:
  49.  
  50. COM1:=COM1.DOS or
  51. COM2:=COM2.DOS or
  52. COM3:=COM3.DOS or
  53. COM4:=COM4.DOS
  54.  
  55. Information from Microsoft:
  56.  
  57. Windows cannot use a serial port if the address is to the right of the
  58. missing port. An example of this problem could be that the modem is on
  59. COM4 and COM3 is not physical present.
  60.  
  61. Without a physical COM3 the BIOS will find COM4 on address 02E8 and will
  62. call it COM3 in the BIOS field. This confuses Windows so it cannot find
  63. COM4 and thinks that COM3 is on 02E8/IRQ4.
  64.  
  65. This behaviour is normal for many BIOS's and can be fixed with COMxIRQ=-1
  66. in SYSTEM.INI under the [386Enh] section. For this example should the
  67. following line be inserted in SYSTEM.INI:
  68.  
  69.   COM3IRQ=-1
  70.  
  71.